Next | Prev | Up | Top | Contents | Index

UUCP Administrative Programs

Most of the administrative programs are in /usr/lib/uucp, though the UUCP database files reside in /etc/uucp. The only exception is uulog, which is in /usr/bin. These commands are described in their respective reference pages.

You should use the uucp login ID when you administer UUCP because it owns the basic networking and spooled data files. The home directory of the uucp login ID is /usr/lib/uucp. The other UUCP login ID is nuucp, used by remote computers that do not have their own login IDs to access your computer. A computer that logs in with nuucp receives uucico as its shell.

The following programs are the administrative utilities of UUCP:

uulog

Displays the contents of a specified computer's log files. A log file is created for each remote computer with which your computer communicates. The log files contain records of each use of uucp, uuto, and uux.

uucleanup

Cleans up the spool directory. This command is normally executed from a shell script called uudemon.cleanup, which is started by cron.

Uutry

Tests call-processing capabilities and does a moderate amount of debugging. This command invokes the uucico daemon, in debug mode, to establish a communications link between your computer and the remote computer that you specify.

uucheck

Checks for the presence of UUCP directories, programs, and support files. This program can also check certain parts of the Permissions file for obvious syntactic errors.

genperm

Generates the Permissions file for stations that assign each remote station its own login ID.
The following programs are used for initializing different types of modems. The use of these programs is described in IRIX Admin: Peripheral Devices, Chapter 1, "Terminals and Modems."

fix-dsi

This program initializes DSI modems

fix-hayes

This program initializes Hayes modems.

fix-intel

This program initializes Intel modems.

fix-telebit

This program initializes Telebit modems.

fix-usr

This program initializes U. S. Robotics modems.

fix-zyxel

This program initializes Telebit modems.

Next | Prev | Up | Top | Contents | Index